File Dialog (Multiple)
Command Prototype
arrRet = Dialog.OpenFiles(sDefaultPath,sFilter,sTitle)
Command Description
Pop up an Open File dialog box, in which multiple files can be selected
Parameter Description
- Required Parameter
- sDefaultPath--The default directory located when the dialog displays; If a null is passed, locate to the directory for the last operation
- sFilter--The description of filters by file types, separated by |, which is preceded by the file type displayed and followed by the description text; can be multiple groups
- sTitle--The title of a dialog box
- return
- arrRet--The variable used to save the output of the function call